home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / src / ggt.lha / ggT.readme
Encoding:
Text File  |  2002-02-13  |  609 b   |  31 lines

  1. Short:    Ada95-Source: Greatest common divisor of n numbers
  2. Author:   walternn@studi.informatik.uni-stuttgart.de (Norman Walter)
  3. Uploader: walternn@studi.informatik.uni-stuttgart.de
  4. Type:     dev/src
  5. Requires: Ada Compiler (e.g. GNU Gnat)
  6.  
  7. Calculates the greatest common divisor of n numbers by using a stack.
  8.  
  9. This example includes a generic pointer-management and a generic stack (FIFO).
  10. It also shows the concept of abstract datatypes (ADT).
  11.  
  12.  
  13. For more examples visit my homepage:
  14. http://www.norman-interactive.com
  15.  
  16. Book hints:
  17.  
  18. Programming in Ada95
  19. John Barnes
  20. Addison-Wesely
  21. ISBN 0-201-34293-6
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.